home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue26 / keytrap / RunFirst.pas < prev   
Encoding:
Pascal/Delphi Source File  |  1997-07-15  |  94 b   |  10 lines

  1. unit RunFirst;
  2.  
  3. interface
  4.  
  5. implementation
  6.  
  7. initialization
  8.   IsLibrary := True;
  9. end.
  10.